.section-stickied {
  width: 85%;
	display: flex;
	flex-direction: column; 
	margin-top: 40px;
	margin-bottom: 50px;
	position: relative;
}

body.status-page .section-timeline h1 {
  color: gray !important;
}

.incident-message p {
  text-align: left;
}

.average-uptime {
	text-align: right;
	position: absolute;
  top: -20px; 
  right: 8px; 
  z-index: 1;
}

.incident-segments {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
  gap:2px;
	margin-top: 6px;
}

.segment {
	position: relative;
	width: 10.7px;
	height: 40px;
	background-color: gray;
}

.bg-seg {
  width: 100%;
	height: 100%;
  display: flex;
	justify-content: center;
	align-items: center;
}

.bg-default-seg {
  width: 100%;
	height: 100%;
  display: flex;
	justify-content: center;
	align-items: center;
}

.segment:hover .pop-msg {
	display: block;
}

.pop-msg {
	display: none;  
	position: absolute;
	width: 250px;
	overflow-x: clip;
  background-color: white;
	border: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 10px;
	z-index: 999;
	top: 50px;
	border-radius: 4px;
}

.pop-msg::after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent white transparent;
}

.segment:hover .pop-msg {
	display: block;
}

.card {
  border: none;
}

.incident-single {
  width: auto;
}

.incident-multiple ul {
  padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.incident-timeframe {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 40px;
}

.incident-message {
	margin-top: 6px;
}

.formatted-date {
	font-weight: bold;
}

.status-type {
	white-space: wrap;
}

.stickied-link {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding-left: 8px;
	padding-right: 8px;
}

.stickied-link p {
	margin: 0px;
}

.stickied-link button {
	color: #0c91c3;
	text-decoration: underline;
	text-align: right;
	border: none;
	background: none;
	padding: 0px;	
}

.stickied-link button:focus {
	outline: transparent;
}

.section-events {
	margin-top: 60px;
	margin-bottom: 40px;
}

.section-events .container {
	background-color: white;
  box-shadow: 0px 3px 4px -2px #AAAAAA;
	padding: 0;
}

.tab-nav {
	display: flex;
  justify-content: flex-start;
	margin-bottom: 20px;
}

.nav-spacer {
	flex-grow: 1;
	border-bottom: 1px solid #dfdfdf;
}

#section-events > div.tab-nav > h1 {
	width: auto;
	white-space: nowrap;
	font-size: 16px;
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	padding: 10px 15px 0;
	margin-bottom: 0;
}

.event-list {
	width: auto;
	text-align: left;
	border-bottom: 1px solid #eaeaea;
	padding: 15px;
  margin: 0px 8px 0px 8px;
}

.event-container {
	display: flex;
  justify-content: space-between;
	align-items: flex-start;
	overflow: hidden;
	max-width: 100%;
}

.event-content {
	width: 70%;
  overflow-wrap: break-word;
}

.event-name {
	text-align: left;
}

.event-message {
	width: 100%;
	text-align: left;
	text-overflow: ellipsis;
	max-height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Number of lines to show */
	-webkit-box-orient: vertical;
}

.event-message p {
	text-align: left;
}

.event-time {
	flex-shrink: 0;
  text-align: right;
}

.event-time span {
	display: flex;
	justify-content: end;
	white-space: nowrap;
}

.event-time span p {
	margin-bottom: 0;
	margin-right: 6px;
}

.timeline {
	width: 80%;
}

.initial-incident-message {
	width: 80%;
	color: #24292e;
	font-size: 16px;
	line-height: 1.5;
	word-wrap: break-word;
}

.panel-footer {
	display: flex;
	justify-content: space-between;
}

.occurred-at-time {
	width: 80%;
}

.occurred-at-time small {
	float: right;
  padding-right: 15px;
}

.maintenance-alert {
	padding: 7.5px 12.5px;
	background: white;
	margin-top: -50px;
	margin-bottom: 50px;
	box-shadow: 0px 3px 4px -2px #AAAAAA;
	
}

.maintenance-board ul {
	padding: 0;
}

.maintenance-board h3 {
	margin-bottom: 15px;
}

.maintenance-board p {
	text-align: left;
}

.maintenance-details {
	display: flex;
	justify-content: space-between;
}

.maintenance-timing p {
	text-align: right;
	margin-bottom: 0px;
}

.maintenance-alert ul {
	margin-left: 18px;
	list-style-type: disc;
}

.pagination ul {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
